home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / PI.dxr / 00105.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  130 b   |  10 lines

  1. on enterFrame
  2.   if rollOver(11) then
  3.     set the cursor of sprite 11 to [319, 320]
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.